Skip to content

feat(adding a new generate option): add single file mode#721

Merged
trieloff merged 1 commit intoadobe:mainfrom
petern-sc:add-single-file-mode
Apr 14, 2026
Merged

feat(adding a new generate option): add single file mode#721
trieloff merged 1 commit intoadobe:mainfrom
petern-sc:add-single-file-mode

Conversation

@petern-sc
Copy link
Copy Markdown
Contributor

  • This enables generating only a single markdown file per schema, rather than including all individual fields as separate files
  • Removes the defined in column when in single file mode, since there's no where to link to in this case

fix #531. Addresses part of #296 (Only generating the top level schema)

Please remember to follow the documented commit process, specifcally commit using npm run commit which will construct the commit template required for automated semantic releases.

add single file mode which enables generating onyl a single markdown file per schema rather than
having all individual fields as separate files too.

fix adobe#531. Addresses part of adobe#296
@petern-sc
Copy link
Copy Markdown
Contributor Author

cc @trieloff tagging you from your reply. on #296 if you're free to have a review.
I don't seem to have permissions to assign reviewers.

@trieloff
Copy link
Copy Markdown
Collaborator

Thank you, this looks good. I'll merge with some minor adjustments.

@trieloff trieloff merged commit 501b49c into adobe:main Apr 14, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Creating a single md file with all nested properties/objects

2 participants